home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / aitken.zip / CLASSNAV.EXE / 0 / RCDATA / TUNITSDLG / TUNITSDLG.txt
Text File  |  1997-02-21  |  886b  |  48 lines

  1. object UnitsDlg: TUnitsDlg
  2.   Left = 479
  3.   Top = 112
  4.   Width = 421
  5.   Height = 237
  6.   Caption = 'Select Unit'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object ListBox1: TListBox
  15.     Left = 16
  16.     Top = 16
  17.     Width = 377
  18.     Height = 129
  19.     Font.Color = clBlack
  20.     Font.Height = -11
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = [fsBold]
  23.     ItemHeight = 13
  24.     ParentFont = False
  25.     TabOrder = 0
  26.     OnDblClick = ListBox1DblClick
  27.   end
  28.   object Button1: TButton
  29.     Left = 113
  30.     Top = 168
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object Button2: TButton
  39.     Left = 225
  40.     Top = 168
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47. end
  48.